home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / shllutil.lha / shellutils-1.8 / README < prev   
Text File  |  1992-09-10  |  847b  |  21 lines

  1. This is a package of small shell programming utilities.  They are mostly
  2. compliant with POSIX.2, where applicable.
  3.  
  4. See the file NEWS for a list of major changes in the current release.
  5.  
  6. See the file INSTALL for compilation and installation instructions.
  7.  
  8. nice, stty, and uname require facilities not available on all systems;
  9. `configure' detects this and does not try to compile them on systems
  10. where those facilities are missing.
  11. nohup requires nice.
  12. su will only be installed if you do `make install' as root.
  13.  
  14. Although these programs have no `-V' or `--version' option, you can
  15. check which version you have by using the RCS `ident' command on the
  16. binaries, or by using `grep' and `strings -' on them, e.g.,
  17. `strings - /usr/local/bin/ls | grep shellutils'.
  18.  
  19. Mail suggestions and bug reports for these programs to
  20. bug-gnu-utils@prep.ai.mit.edu.
  21.